home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / zangband.lha / Zangband261 / help / wizard.txt < prev   
Encoding:
Text File  |  2001-07-01  |  3.9 KB  |  84 lines

  1. === Wizard and Debugging Modes ===
  2.  
  3. There are two ways of fiddling with the game: Wizard mode and debugging
  4. mode. Both mark your savefile and prevent your character from making
  5. the high score list. You will be warned when you enter wizard or
  6. debugging mode and will have to confirm that you really wish to do so
  7. by pressing 'y' at the appropriate prompt.
  8.  
  9.  
  10. === Wizard mode ===
  11.  
  12. Wizard mode does nothing else except keep your character alive, provide
  13. verbose information on all damage you do to monsters, and explain why
  14. an object disappears. To enter wizard mode, hold down the ctrl key and
  15. press 'w'.
  16.  
  17.  
  18. === Debugging mode ===
  19.  
  20. Debugging mode is a bit more useful. To enter debug mode for the first
  21. time, hold down the ctrl key and press 'a', and respond yes to the
  22. warning and question the game provides you with. Any command you type
  23. immediately after holding down the ctrl key and press 'a' will be
  24. processed as a debug command. The debug commands are:
  25.  
  26. "ESC": Cancel the debug prompt.
  27. '"': Generate spoliers on artifacts, objects and monsters.
  28. 'a': Cure everything that ails you.
  29. 'b': Asks you for a target on screen, and takes you there.
  30. 'c': Create any object. This command brings up a screen to choose a
  31.      general object kind, then a screen to select a specific object.
  32. 'd': Detect everything.
  33. 'e': Edit character's internal statistics, experience, and gold.
  34. 'f': *Identify* an object.
  35. 'g': Uses a command count to generate that many good or better quality
  36.      objects. May take a command count.
  37. 'h': Rerolls all your level bonuses to base hitpoints, and displays a
  38.      figure indicating how they compare to the average (the life
  39.      rating).
  40. 'i': Identify an object.
  41. 'j': Jump to any level.
  42. 'k': Display some screens of information about the player.
  43. 'l': Learn about all objects with a generation level less than or equal
  44.      to the command count. Requires a command count.
  45. 'm': Magic map the local area.
  46. 'n': Use the command count to summon the monster with that index.
  47.      Requires a command count.  Consult r_info.txt for monster
  48.      indexes.
  49. 'o': Tweak an object's quality, pval, bonuses to Skill, Deadliness,
  50.      and armour class, and quantity. Don't forget to 'a'ccept the
  51.      changes when done. This command also allows you to roll up a very
  52.      large number of objects, and find out how good your object is
  53.      compared to others of its type.
  54. 'p': Phase door.
  55. 'q': Marks current quests as completed.
  56. 'r': Recieve Chaos Patron gift/punishment. A command count may be used
  57.      used to specify which gift you wish to recieve. For a list, go to
  58.      the Chaos Patron spoiler page, and start from the first entry of
  59.      the 'What can they do?' section, starting with one.
  60. 's': Use the command count to try summoning that many random monsters
  61.      or monster groups. May take a command count.
  62. 't': Teleport.
  63. 'u': Ultimate mapping - Illuminate EVERY square on the level.
  64. 'v': Uses a command count to generate that many excellent or better
  65.      quality objects. May take a command count.
  66. 'w': Fully wizard-light the level, including vaults.
  67. 'x': Add the command count to player experience, or double current
  68.      experience and add one. May take a command count.
  69. 'z': Either use maximum sighting range or a command count to remove
  70.      all monsters up to that range. May take a command count.
  71. 'A': Prints your current alignment.
  72. 'C': [To be completed].
  73. 'F': do_cmd_wiz_feature. Takes a command count.
  74. 'H': Summons a group of similar creatures(never OOD).
  75. 'M': Get a Mutation. Use the commmand count to specify a mutation.
  76. 'N': Summon a pet. Must use command count to specify index # of pet.
  77. 'Z': All the monsters on the level vanish (not killed).
  78. '_': Debugs the monster flow code.
  79. '@': Activates a python script of your choice. (For future use).
  80.  
  81. To enter a command count: type '0', enter the number desired, and press
  82. enter. When prompted for a command, hold down the ctrl key and type
  83. 'a', then immediately enter a debug command.
  84.